﻿@font-face {
  font-family: "sst-ar";
  src: url("../../fonts/SST-Arabic-Bold.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  height: 100%;
  direction: rtl;
  text-align: right;
  font-family: "sst-ar" !important;
}

h1,h2,h3,h4, h5, h6, .ms-h4, .ms-h5, .ms-h6 {
    font-family: "sst-ar" !important;
}

.default-padding {
  padding: 70px 0;
}
@media (max-width: 1400px) {
  .default-padding {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .default-padding {
    padding: 20px 0;
  }
}

.main--title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main--title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .main--title {
    margin-bottom: 15px;
  }
  .main--title .title-second h3 {
    font-size: 1.3rem;
  }
  .main--title .title-second p {
    font-size: 0.9rem;
  }
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
}

.hero::before {
  content: "";
  background: url(../../images/hero_index.svg) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  min-height: 636px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 768px) {
  .hero h3 {
    font-size: 1.3rem;
  }
  .hero p {
    font-size: 0.9rem !important;
    line-height: 1.8;
    margin-top: 15px !important;
  }
}

.hero-details::before {
  content: "";
  background: url(../../images/hero-d2.svg) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  min-height: 636px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .main_header {
    position: relative;
    z-index: 999;
  }
}

.navbar-nav .nav-item {
  margin-right: 25px;
}
.navbar-nav .nav-item .nav-link:focus, .navbar-nav .nav-item .nav-link:hover {
  color: #f5df99;
}
@media (max-width: 991px) {
  .navbar-nav {
    background-color: #ffffff;
    padding: 0 20px !important;
  }
  .navbar-nav .nav-item {
    text-align: center;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
  }
  .navbar-nav .nav-item a {
    color: #095859 !important;
    padding: 0.75rem 1rem;
  }
}
.navbar-nav .btn-nav {
  background: #E5CB46;
  border-radius: 40px;
  color: #000000 !important;
  padding: 10px 30px 15px !important;
  font-size: 15px;
}

@media (max-width: 1400px) {
  .main_header .navbar-brand {
    margin: 0;
  }
}
.main_header .navbar-brand img {
  width: 250px;
  filter: invert(1) brightness(35.5);
}
.main_header.navbar-details {
  width: 100%;
  background: #ffffff;
  border-radius: 0px 0px 15px 15px;
  z-index: 99;
}
.main_header.navbar-details .nav-link {
  color: #095859 !important;
}
.main_header.navbar-details .btn-nav {
  background: #004F59 !important;
  border-radius: 40px;
  color: white !important;
  padding: 10px 30px 15px !important;
}
.main_header.navbar-details img {
  filter: none;
}
@media (max-width: 991px) {
  .main_header .navbar-nav {
    padding: 0 !important;
  }
  .main_header .navbar-nav .nav-item {
    margin-right: 10px;
  }
  .main_header .container {
    position: relative;
  }
  .main_header .container .navbar-collapse {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    box-shadow: 0px 10px 25px rgba(3, 42, 42, 0.5);
  }
  .main_header .container .navbar-collapse li a {
    padding: 10px 10px 12px;
  }
}
@media (max-width: 575px) {
  .main_header .navbar-collapse {
    width: 92% !important;
    right: 4% !important;
  }
  .main_header .navbar-collapse li a {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-toggler {
  border-color: white;
  background-color: #ffffff;
  min-width:auto;
}
.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  .header_mewa {
    background-color: #ffffff;
  }
  .header_mewa > ul {
    width: 100%;
  }
  .header_mewa > ul li:last-child {
    padding: 10px 0;
  }
  .header_mewa > ul .btn-nav {
    max-width: 30%;
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .btn-nav {
    max-width: 50% !important;
  }
}
footer {
  padding: auto;
}

.main-footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .main-footer {
    flex-direction: column;
    justify-content: flex-start;
  }
  .main-footer img.img-branding {
    width: 300px;
  }
}

.footerone {
  background: #004f59;
}
.footerone h6 {
  color: #f5df99;
}
@media (max-width: 575px) {
  .footerone h6 {
    font-size: 0.9rem;
  }
}
.footerone h5 {
  color: #fff;
}
@media (max-width: 575px) {
  .footerone h5 {
    font-size: 1rem;
  }
}
.footerone p {
  color: #fff;
}
@media (max-width: 575px) {
  .footerone p {
    font-size: 0.9rem;
  }
}
.footerone a {
  text-decoration: none;
  color: #fff;
}

.footertow {
  background: rgba(0, 79, 89, 0.86);
  color: #fff;
}
@media (max-width: 575px) {
  .footertow {
    font-size: 0.8rem;
  }
}

.phone img {
  margin-left: 4px;
  margin-top: 14px;
}
.phone span {
  margin-left: 18px;
}

.link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 25%;
}
.link > a {
  margin-inline-end: 20px;
  flex: 1 1 40%;
}
@media (max-width: 1400px) {
  .link {
    flex-basis: auto;
  }
  .link > a {
    flex: 0 1 auto;
  }
}
@media (max-width: 575px) {
  .link {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 425px) {
  .main-footer {
    display: flex;
    flex-direction: column;
  }

  .img-branding {
    width: 295px;
  }
}
.hero {
  padding: 70px 0;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about .vision-section {
    flex-direction: column;
  }
  .about .vision-section .flex-column {
    flex-direction: row !important;
  }
  .about .vision-section .flex-column .nav-link {
    min-width: auto;
    padding: 10px 18px;
    margin-inline-end: 10px;
  }
  .about .vision-section .flex-column .nav-link img {
    width: 30px;
    height: 30px;
  }
  .about .vision-section .tab-content {
    width: 100%;
    min-height: auto;
  }
  .about .vision-section .tab-content .card-about h5 {
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .about .vision-section .nav-link {
    padding: 10px 15px 12px !important;
  }
  .about .vision-section .nav-link img {
    width: 20px !important;
    height: 20px !important;
  }
  .about .vision-section .card-about {
    padding: 20px;
  }
}

.main--title .title-second {
  position: relative;
  width: 100%;
}
.main--title .title-second::before {
  content: "";
  width: 1px;
  height: 200px;
  background-color: #ededed;
  position: absolute;
  top: 57px;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .main--title .title-second::before {
    display: none;
  }
}
.main--title .title-second::after {
  content: "";
  width: 77%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  bottom: 23px;
  left: 0;
}
@media (max-width: 768px) {
  .main--title .title-second::after {
    display: none;
  }
}

h3 {
  color: #218D7D;
}

p {
  color: #595959;
}

@media (max-width: 575px) {
  .title-hero {
    padding: 0 20px;
  }
}
.title-hero h3 {
  color: #f5df99;
}
.title-hero p {
  text-align: justify;
  margin-top: 30px;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .title-hero p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.main_green {
  background: rgba(33, 141, 125, 0.2);
}

.main_gold {
  background: rgba(144, 152, 57, 0.18);
}

.second_gold {
  background: rgba(245, 223, 153, 0.27);
}

.main_blue {
  background: rgba(64, 163, 174, 0.18);
}

.swiper-arrows {
  display: flex;
  padding: 36px 0;
}
@media (max-width: 575px) {
  .swiper-arrows {
    padding: 0px;
  }
  .swiper-arrows > div {
    padding: 21px !important;
  }
}
.swiper-arrows > div {
  position: static;
  transform: rotate(180deg);
}
.swiper-arrows .swiper-button-next {
  border: 1px solid white;
  padding: 24px;
  border-radius: 25px;
  color: white;
}
.swiper-arrows .swiper-button-prev {
  border: 1px solid white;
  padding: 24px;
  border-radius: 25px;
  color: white;
  margin-right: 18px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 15px;
}

@media (max-width: 991px) {
  .about {
    padding-top: 100px;
  }
}
.about .card-about {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0px 14px 34px rgba(10, 28, 45, 0.13);
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 310px;
}
.about .card-about h4 {
  font-size: 1.5rem;
  color: #065556;
  margin-bottom: 15px;
}
.about .card-about h5 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #218D7D;
}
.about .card-about p {
  font-size: 14px;
  color: #616161;
}
.about .card-about p span.colored {
  color: #218D7D;
  font-weight: bold;
}
.about .card-about .card-about-img {
  width: 170.66px;
  height: 70px;
  background: rgba(27, 117, 126, 0.45);
  border-radius: 42px;
}
@media (max-width: 768px) {
  .about .card-about .card-about-img {
    width: 70px;
  }
}

.Categories {
  background: rgba(189, 194, 195, 0.11);
  transition: all 0.3s;
}
.Categories .card-Categories {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .Categories .card-Categories {
    min-height: 340px;
  }
}
@media (max-width: 768px) {
  .Categories .card-Categories {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .Categories .card-Categories {
    padding: 20px;
    margin-bottom: 15px;
  }
}
.Categories .card-Categories:hover {
  background-color: #fcf6e3;
  box-shadow: 0px 14px 34px rgba(10, 28, 45, 0.13);
}
.Categories .card-Categories:hover .card-Categories-img::before {
  background-color: #fff;
  transform: scale(3.5);
  top: -150px;
  transition: all 0.3s;
}
.Categories .card-Categories:hover img {
  transform: scale(1.3);
  transition: all 0.3s;
}
.Categories .card-Categories-img {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.Categories .card-Categories-img::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: #fcf6e3;
  z-index: 0;
}
.Categories .card-Categories-img img {
  z-index: 9;
}
.Categories h4 {
  font-size: 20px;
  color: #065556;
}
.Categories p {
  color: #616161;
}

.Results h4 {
  color: #043737;
  font-size: 18px;
}
.Results p {
  color: #616161;
  font-size: 14px;
}
.Results .card-Results {
  margin-bottom: 20px;
}
.Results .card-Results-img {
  border-radius: 15px;
  width: 70px;
  height: 70px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .Results .title-Results {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .Results .title-Results .card-Results-img {
    margin: 0 !important;
  }
}

.strategy .card-strategy {
  width: 400px;
  height: 286px;
  background: white;
  padding: 65px;
  box-shadow: rgba(10, 28, 45, 0.13) 0px 14px 34px;
  border-radius: 10px;
}
.strategy .card-strategy-img {
  padding: 19px;
  border-radius: 15px;
  width: 70px;
  height: 70px;
}
.strategy h4 {
  font-size: 18px;
  color: #218d7d;
}
.strategy p {
  color: #616161;
}

.news {
  background: #218d7d;
  position: relative;
}
.news::before {
  content: "";
  width: 50%;
  z-index: 0;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0;
  background: url(../../images/leaf4.png) no-repeat left center;
  background-size: cover;
  background-position: -300px 30%;
}
.news h3 {
  color: #ffff;
}
.news p {
  color: #ffff;
}
.news .card-news {
  background: #ffffff;
  box-shadow: 0px 14px 34px rgba(10, 28, 45, 0.13);
  border-radius: 10px;
}
.news .card-news img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
.news .card-news h3 {
  font-size: 18px;
  color: #218d7d;
}
.news .card-news p {
  font-size: 14px;
  color: #616161;
}
.news .swiper-button-next {
  border: 1px solid white;
  padding: 24px;
  border-radius: 25px;
  color: #fdfdfd;
}

.strategy_cards {
  display: flex;
  align-items: center;
}
.strategy_cards > div.card-strategy {
  margin-inline-end: 20px;
  height: auto;
  padding: 35px;
}
.strategy_cards > div.card-strategy .title-strategy {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.strategy_cards > div.card-strategy .title-strategy .card-strategy-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .strategy_cards {
    flex-direction: column;
  }
  .strategy_cards > div {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .strategy_cards > div {
    margin: 0 0 20px !important;
    width: 100% !important;
  }
}

.vision-section .nav-link {
  border: 1px solid #98C1C5;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 200px;
  margin-bottom: 20px;
  color: #065556;
  padding: 15px 20px;
}
.vision-section .nav-link.active {
  background-color: #218D7D;
  border-color: #218D7D;
  color: #ffffff;
}
.vision-section .tab-content {
  width: 80%;
}


.benefit_gov .full-card {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
  padding:0;
  border: 1px solid #e4ebea;
  box-shadow: 0px 14px 34px rgba(10, 28, 45, 0.13);
}
.benefit_gov .full-card > div {
  padding: 20px;
  background-color: #f0f9f8;
  flex-basis: 25%;
}
.benefit_gov .full-card > div img {
  width: 80px;
  margin-bottom: 10px;
  filter: grayscale(1) opacity(0.5);
}
.benefit_gov .full-card p {
  text-align: right;
  padding: 20px;
  flex-basis: 75%;
  margin: 0;
}
.benefit_gov .full-card:hover {
  transition: all 0.3s ease-in-out;
}
.benefit_gov .full-card:hover img {
  filter: none;
}
@media (max-width: 768px) {
  .benefit_gov .full-card {
    flex-direction: column;
  }
  .benefit_gov .full-card > div {
    flex-basis: 100%;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benefit_gov .full-card > div h4 {
    margin: 0;
  }
  .benefit_gov .full-card > div img {
    filter: none;
    width: 50px;
    margin-bottom: 0;
    margin-inline-end: 10px;
  }
}
@media (max-width: 575px) {
  .benefit_gov .full-card > div {
    justify-content: flex-start;
  }
  .benefit_gov .full-card p {
    font-size: 0.9rem;
  }
  .benefit_gov .full-card h4 {
    font-size: 1.1rem;
  }
}

.contribute {
  display: flex;
  align-items: flex-start;
}
.contribute > div:first-child {
  flex-basis: 20%;
}
.contribute > div:first-child .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f0f9f8;
  border-radius: 20px;
  min-height: 150px;
  color: #065556;
}
.contribute > div:first-child .nav-link img {
  width: 70px;
  margin-bottom: 10px;
}
.contribute > div:first-child .nav-link.active {
  background-color: #218D7D;
  color: #ffffff;
}
.contribute > div:first-child .nav-link.active img {
  filter: invert(1) brightness(8) grayscale(1);
}
.contribute .tab-content {
  flex-basis: 75%;
}
.contribute .tab-content .accordion-item {
  border: 0;
  border-radius: 25px;
}
.contribute .tab-content .accordion-item h2 {
  margin-bottom: 10px;
}
.contribute .tab-content .accordion-item h2 button.collapsed {
  border: 0;
  background-color: #f7fbfa;
  border-radius: 25px !important;
  box-shadow: inset 0 -2px 0 rgba(71, 110, 105, 0.3);
  color: #218d7d;
}
.contribute .tab-content .accordion-item h2 button:not(.collapsed) {
  border: 0;
  background-color: #218d7d;
  border-radius: 25px !important;
  box-shadow: inset 0 -2px 0 rgba(71, 110, 105, 0.3);
  color: #ffffff;
}
.contribute .tab-content .accordion-item h2 button:not(.collapsed)::after {
  filter: invert(1) brightness(4) grayscale(1);
}
.contribute .tab-content .accordion-item .accordion-collapse {
  background-color: #f9f9f9;
  border: 1px solid #e9f5f4;
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: inset 0 -2px 0 rgba(71, 110, 105, 0.3);
}
.contribute .tab-content h5.text_green {
  color: #218D7D;
}
.contribute .tab-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  counter-reset: my-counter;
}
.contribute .tab-content ul li {
  counter-increment: my-counter;
  margin-bottom: 10px;
}
.contribute .tab-content ul li::before {
  content: counter(my-counter);
  color: #218D7D;
  padding-inline-end: 10px;
}
@media (max-width: 768px) {
  .contribute {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .contribute .details_tabs {
    flex-basis: 100%;
    margin: 0 !important;
  }
  .contribute .details_tabs .flex-column {
    flex-direction: row !important;
  }
  .contribute .details_tabs .flex-column button {
    margin-inline-end: 15px;
    min-height: auto;
    padding: 15px;
    font-size: 0.9rem;
  }
  .contribute .details_tabs .flex-column button img {
    width: 50px;
  }
  .contribute .tab-content {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contribute {
    margin-bottom: 20px;
  }
  .contribute .details_tabs {
    width: 100%;
    flex-basis: 100% !important;
  }
  .contribute .details_tabs > div.flex-column {
    flex-direction: column !important;
    width: 100%;
  }
  .contribute .details_tabs > div.flex-column button {
    flex-direction: row;
    margin-inline-end: 0;
    padding: 10px;
  }
  .contribute .details_tabs > div.flex-column button img {
    margin-bottom: 0;
    margin-inline-end: 10px;
  }
}

.hero-details h3 {
  color: #F5DF99;
}
.hero-details p {
  color: #ffffff;
}
.hero-details .link-hero {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-details .link-hero {
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
  }
}
.hero-details .link-hero a {
  text-decoration: none;
  color: #ffffff;
}
.hero-details .link-hero a:hover {
  color: #f5df99;
}

.card-details {
  background: #ffffff;
  box-shadow: 0px 14px 34px rgba(10, 28, 45, 0.13);
  border-radius: 10px;
  height: 100%;
}
.card-details .nav-link.active {
  background: #095859;
  color: #ffffff;
}
.card-details .nav-link {
  padding: 10px 30px 15px !important;
  background: #cfcfcf;
  border-radius: 10px;
  color: #000;
  margin-bottom: 20px;
}
.card-details .accordion-item {
  background: rgba(228, 228, 228, 0.34);
  border: 0;
  border-radius: 10px;
}
.card-details .accordion-item .accordion-button:not(.collapsed) {
  color: #218D7D;
  background: rgba(228, 228, 228, 0.34);
  /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}
.card-details .accordion-item .accordion-button {
  background: rgba(228, 228, 228, 0.34);
  border: 0;
  padding: 25px;
}
.card-details .accordion-item .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.card-details .text_green {
  color: #218D7D;
}
@media (max-width: 575px) {
  .card-details .details_tabs > div {
    width: 100%;
    margin: 0 20px !important;
  }
}

.accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
}

.benefit_gov {
	    background-color: #f8f8f9;
    transform: translateY(-70px) !important;
    padding: 0;
    padding-bottom:50px;
}
.benefit_gov h4 {
	    font-size: 20px;
    color: #065556;
}

#s4-bodyContainer {
    padding-bottom: 0;
}

.header-nav .dropdown-menu {
	min-width: 14rem;
    text-align: start;
    background: #ffffff;
    box-shadow: 0px 14px 34px rgba(10, 28, 45, 0.13);
    border-radius: 10px;
}
.header-nav .dropdown-menu li a {
	color: #218D7D;
}
.header-nav .dropdown-menu .dropdown-item:active {
	background-color:#218D7D;
	color:#ffffff !important;
}
.header-nav li a.nav-link:hover,
.header-nav .dropdown-menu li a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	.header-nav .dropdown-menu {
		 box-shadow: none;
		 border-radius: 0;
	}
	.header-nav .dropdown-menu a {
		 text-align: center
	}

}


/*details page*/

.hero-details h3 {
  color: #F5DF99;
}
.hero-details p {
  color: #ffffff;
}
.hero-details .link-hero {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-details .link-hero {
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
  }
}
.hero-details .link-hero a {
  text-decoration: none;
  color: #ffffff;
}
.hero-details .link-hero a:hover {
  color: #f5df99;
}

.card-details {
  background: #ffffff;
  box-shadow: 0px 14px 34px rgba(10, 28, 45, 0.13);
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  min-height: 500px;
}
.card-details .card-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #d6e5e4;
  margin-bottom: 20px;
  border-radius: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  text-decoration: none;
}
.card-details .card-file img {
  width: 100%;
}
.card-details .card-file p {
  margin-bottom: 0;
  color: #4a6464;
  text-align: center;
  padding: 15px;
}
.card-details .nav-link.active {
  background: #095859;
  color: #ffffff;
}
.card-details .nav-link {
  padding: 10px 30px 15px !important;
  background: #cfcfcf;
  border-radius: 10px;
  color: #000;
  margin-bottom: 20px;
}
.card-details .accordion-item {
  background: rgba(228, 228, 228, 0.34);
  border: 0;
  border-radius: 10px;
}
.card-details .accordion-item .accordion-button:not(.collapsed) {
  color: #218D7D;
  background: rgba(228, 228, 228, 0.34);
  /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}
.card-details .accordion-item .accordion-button {
  background: rgba(228, 228, 228, 0.34);
  border: 0;
  padding: 25px;
}
.card-details .accordion-item .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.card-details .text_green {
  color: #218D7D;
}
@media (max-width: 575px) {
  .card-details .details_tabs > div {
    width: 100%;
    margin: 0 20px !important;
  }
}

.accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
}

.hero-details .link-hero {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-details .link-hero {
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
  }
}
.hero-details .link-hero a {
  text-decoration: none;
  color: #ffffff;
}
.hero-details .link-hero a:hover {
  color: #f5df99;
}
.hero-details .link-hero .breadcrumb-list {
	margin:0;
	padding: 0;

}
.hero-details .link-hero .breadcrumb-list li {
	display: flex;
	align-items: center;
	    position: relative;
    padding-inline-start: 20px;
}

.hero-details .link-hero .breadcrumb-list li a::after {
    content: "/";
    position: absolute;
    right: 5px;
    color: #fff;
}
.hero-details ul.ms-breadcrumbRootNode + li.breadcrumb-list-item::after {
	display:none;
}
.hero-details .link-hero .breadcrumb-list li a.ms-breadcrumbRootNode {
	
	display:none;
}

.hero-details .s4-breadcrumb-arrowcont {
    display: none;
}
.hero-details .link-hero .breadcrumb-list li ul {
	margin:0;
	padding: 0;
}

footer .Communication {
	min-width:50%;
}

/*start inner content*/
.inner-content::before {
    min-height: auto;
    height: 280px;
}
.inner-content.hero-details h3 {
	    color: #218D7D;
}
.inner-content.hero-details .titel-details h3 {
	    color: #F5DF99;
}
.inner-content .PageContent {
    margin-top: 55px;
    background: rgba(189, 194, 195, 0.11);
    padding-top: 50px;
    }
.inner-content .PageContent .Categories {
	background:transparent;
}
.inner-content p {
	    color: #233835;
}
.inner-content .link-hero p {
	color:#ffffff;
}
.inner-content .titel-details {
	margin-top: 40px;
}

@media (max-width: 768px) {
	.inner-content .link-hero {
	    flex-direction: column;
    align-items: flex-start;
}
}


/*# sourceMappingURL=Rnf.css.map */
